toggle menu
igdbclient-core
0.4
common
switch theme
search in API
igdbclient-core
/
ru.pixnews.igdbclient.model
/
IgdbWebhook
Igdb
Webhook
class
IgdbWebhook
(
val
id
:
IgdbWebhookId
,
val
url
:
String
,
val
category
:
String
=
""
,
val
subCategory
:
String
=
""
,
val
active
:
Boolean
=
false
,
val
numberOfRetries
:
Long
=
0
,
val
apiKey
:
String
=
""
,
val
secret
:
String
=
""
,
val
createdAt
:
Long
=
0
,
val
updatedAt
:
Long
=
0
)
Members
Constructors
Igdb
Webhook
Link copied to clipboard
constructor
(
id
:
IgdbWebhookId
,
url
:
String
,
category
:
String
=
""
,
subCategory
:
String
=
""
,
active
:
Boolean
=
false
,
numberOfRetries
:
Long
=
0
,
apiKey
:
String
=
""
,
secret
:
String
=
""
,
createdAt
:
Long
=
0
,
updatedAt
:
Long
=
0
)
Properties
active
Link copied to clipboard
val
active
:
Boolean
=
false
api
Key
Link copied to clipboard
val
apiKey
:
String
category
Link copied to clipboard
val
category
:
String
created
At
Link copied to clipboard
val
createdAt
:
Long
=
0
id
Link copied to clipboard
val
id
:
IgdbWebhookId
number
Of
Retries
Link copied to clipboard
val
numberOfRetries
:
Long
=
0
secret
Link copied to clipboard
val
secret
:
String
sub
Category
Link copied to clipboard
val
subCategory
:
String
updated
At
Link copied to clipboard
val
updatedAt
:
Long
=
0
url
Link copied to clipboard
val
url
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String