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

com.pulumi.azurenative.alertsmanagement.kotlin.outputs.RemoveAllActionGroupsResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.alertsmanagement.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Indicates if all action groups should be removed.
 * @property actionType Action that should be applied.
 * Expected value is 'RemoveAllActionGroups'.
 */
public data class RemoveAllActionGroupsResponse(
    public val actionType: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.alertsmanagement.outputs.RemoveAllActionGroupsResponse): RemoveAllActionGroupsResponse = RemoveAllActionGroupsResponse(
            actionType = javaType.actionType(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy