Package-level declarations
Types
Link copied to clipboard
data class DocumentProcessorPropertiesResponse(val provisioningState: String, val spoTenantId: String, val spoTenantUrl: String)
Document processor properties
Link copied to clipboard
data class GetDocumentProcessorResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: DocumentProcessorPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Document processor details
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.