SortObject

Defines the sorting parameters for listing resource snapshot jobs. This structure allows you to specify the field to sort by and the order of sorting.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the field by which to sort the resource snapshot jobs.

Link copied to clipboard

Determines the order in which the sorted results are presented.

Functions

Link copied to clipboard
inline fun copy(block: SortObject.Builder.() -> Unit = {}): SortObject
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String