UFileIncludeFlags
¶
data class UFileIncludeFlags(
val includeOthers: Boolean?,
val includeUpdates: Boolean?,
val includeSupport: Boolean?,
val includeProduct: Boolean?,
val includePermissions: Boolean?,
val includeTimestamps: Boolean?,
val includeSizes: Boolean?,
val includeUnixInfo: Boolean?,
val includeMetadata: Boolean?,
val filterCreatedBy: String?,
val filterCreatedAfter: Long?,
val filterCreatedBefore: Long?,
val filterProvider: String?,
val filterProductId: String?,
val filterProductCategory: String?,
val filterProviderIds: String?,
val filterByFileExtension: String?,
val path: String?,
val allowUnsupportedInclude: Boolean?,
val filterHiddenFiles: Boolean?,
val filterIds: String?,
val hideProductId: String?,
val hideProductCategory: String?,
val hideProvider: String?,
)
Properties
includeOthers
: Boolean?
Boolean?
includeUpdates
: Boolean?
Boolean?
includeSupport
: Boolean?
Boolean?
includeProduct
: Boolean?
Includes `specification.resolvedProduct`
Boolean?
includePermissions
: Boolean?
Boolean?
includeTimestamps
: Boolean?
Boolean?
includeSizes
: Boolean?
Boolean?
includeUnixInfo
: Boolean?
Boolean?
includeMetadata
: Boolean?
Boolean?
filterCreatedBy
: String?
String?
filterCreatedAfter
: Long?
Long?
filterCreatedBefore
: Long?
Long?
filterProvider
: String?
String?
filterProductId
: String?
String?
filterProductCategory
: String?
String?
filterProviderIds
: String?
Filters by the provider ID. The value is comma-separated.
String?
filterByFileExtension
: String?
String?
path
: String?
Path filter
String?
allowUnsupportedInclude
: Boolean?
Determines if the request should succeed if the underlying system does not support this data.
Boolean?
This value is true
by default
filterHiddenFiles
: Boolean?
Determines if dot files should be hidden from the result-set
Boolean?
filterIds
: String?
Filters by the resource ID. The value is comma-separated.
String?
hideProductId
: String?
String?
hideProductCategory
: String?
String?
hideProvider
: String?
String?