shared
1.33.0
common
shared
/
io.dyte.core.network.models
/
PluginDataResponse
Plugin
Data
Response
@
Serializable
data
class
PluginDataResponse
(
val
baseURL
:
String
,
val
createdAt
:
String
,
val
description
:
String
,
val
id
:
String
,
val
name
:
String
,
val
organizationId
:
String
,
val
picture
:
String
,
val
private
:
Boolean
,
val
published
:
Boolean
,
val
staggered
:
Boolean
,
val
tags
:
List
<
String
>
,
val
type
:
String
,
val
updatedAt
:
String
)
Members
Constructors
Plugin
Data
Response
Link copied to clipboard
constructor
(
baseURL
:
String
,
createdAt
:
String
,
description
:
String
,
id
:
String
,
name
:
String
,
organizationId
:
String
,
picture
:
String
,
private
:
Boolean
,
published
:
Boolean
,
staggered
:
Boolean
,
tags
:
List
<
String
>
,
type
:
String
,
updatedAt
:
String
)
Properties
base
URL
Link copied to clipboard
val
baseURL
:
String
created
At
Link copied to clipboard
val
createdAt
:
String
description
Link copied to clipboard
val
description
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
organization
Id
Link copied to clipboard
val
organizationId
:
String
picture
Link copied to clipboard
val
picture
:
String
private
Link copied to clipboard
val
private
:
Boolean
published
Link copied to clipboard
val
published
:
Boolean
staggered
Link copied to clipboard
val
staggered
:
Boolean
tags
Link copied to clipboard
val
tags
:
List
<
String
>
type
Link copied to clipboard
val
type
:
String
updated
At
Link copied to clipboard
val
updatedAt
:
String