
commonMain.com.atproto.admin.StatusAttr.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bluesky Show documentation
Show all versions of bluesky Show documentation
Bluesky Social API bindings for Kotlin.
@file:Suppress("DEPRECATION")
package com.atproto.admin
import kotlin.Boolean
import kotlin.String
import kotlin.Suppress
import kotlinx.serialization.Serializable
@Serializable
public data class StatusAttr(
public val applied: Boolean,
public val ref: String? = null,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy