PublishAtScope

@Serializable
data class PublishAtScope(val scopeType: ScopeType? = null, val affects: AffectsDto) : Parcelable

Created by Deniz Kalem on 27.11.2024

Constructors

Link copied to clipboard
constructor(scopeType: ScopeType? = null, affects: AffectsDto)

Properties

Link copied to clipboard
Link copied to clipboard
val scopeType: ScopeType? = null

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)