All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.portal.kotlin.outputs.MarkdownPartMetadataSettingsContentResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.portal.kotlin.outputs

import kotlin.Suppress

/**
 * The content of markdown part.
 * @property settings The setting of the content of markdown part.
 */
public data class MarkdownPartMetadataSettingsContentResponse(
    public val settings: MarkdownPartMetadataSettingsContentSettingsResponse? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.portal.outputs.MarkdownPartMetadataSettingsContentResponse): MarkdownPartMetadataSettingsContentResponse = MarkdownPartMetadataSettingsContentResponse(
            settings = javaType.settings().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.azurenative.portal.kotlin.outputs.MarkdownPartMetadataSettingsContentSettingsResponse.Companion.toKotlin(args0)
                })
            }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy