
com.pulumi.azurenative.network.kotlin.outputs.Office365PolicyPropertiesResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.network.kotlin.outputs
import kotlin.Suppress
/**
* Network Virtual Appliance Sku Properties.
* @property breakOutCategories Office 365 breakout categories.
*/
public data class Office365PolicyPropertiesResponse(
public val breakOutCategories: BreakOutCategoryPoliciesResponse? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.network.outputs.Office365PolicyPropertiesResponse): Office365PolicyPropertiesResponse = Office365PolicyPropertiesResponse(
breakOutCategories = javaType.breakOutCategories().map({ args0 ->
args0.let({ args0 ->
com.pulumi.azurenative.network.kotlin.outputs.BreakOutCategoryPoliciesResponse.Companion.toKotlin(args0)
})
}).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy