GetIntegrationAccountSchemaResult

data class GetIntegrationAccountSchemaResult(val changedTime: String, val content: String? = null, val contentLink: ContentLinkResponse, val contentType: String? = null, val createdTime: String, val documentName: String? = null, val fileName: String? = null, val id: String, val location: String? = null, val metadata: Any? = null, val name: String, val schemaType: String, val tags: Map<String, String>? = null, val targetNamespace: String? = null, val type: String)

The integration account schema.

Constructors

Link copied to clipboard
constructor(changedTime: String, content: String? = null, contentLink: ContentLinkResponse, contentType: String? = null, createdTime: String, documentName: String? = null, fileName: String? = null, id: String, location: String? = null, metadata: Any? = null, name: String, schemaType: String, tags: Map<String, String>? = null, targetNamespace: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The changed time.

Link copied to clipboard
val content: String? = null

The content.

Link copied to clipboard

The content link.

Link copied to clipboard
val contentType: String? = null

The content type.

Link copied to clipboard

The created time.

Link copied to clipboard
val documentName: String? = null

The document name.

Link copied to clipboard
val fileName: String? = null

The file name.

Link copied to clipboard
val id: String

The resource id.

Link copied to clipboard
val location: String? = null

The resource location.

Link copied to clipboard
val metadata: Any? = null

The metadata.

Link copied to clipboard

Gets the resource name.

Link copied to clipboard

The schema type.

Link copied to clipboard
val tags: Map<String, String>? = null

The resource tags.

Link copied to clipboard
val targetNamespace: String? = null

The target namespace of the schema.

Link copied to clipboard

Gets the resource type.