IntegrationLogsTeamRequest

case class IntegrationLogsTeamRequest(app_id: Option[String], change_type: Option[String], count: Option[String], page: Option[String], service_id: Option[String], user: Option[String])
Value parameters:
app_id

Filter logs to this Slack app. Defaults to all logs.

change_type

Filter logs with this change type. Defaults to all logs.

count

undefined

page

undefined

service_id

Filter logs to this service. Defaults to all logs.

user

Filter logs generated by this user’s actions. Defaults to all logs.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product