FanboxCreatorPostsPaginateEntity

@Serializable
data class FanboxCreatorPostsPaginateEntity(val body: List<String>)

Constructors

Link copied to clipboard
constructor(body: List<String>)

Properties

Link copied to clipboard
@SerialName(value = "body")
val body: List<String>