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

com.pulumi.gitlab.kotlin.outputs.GetProjectsProjectSharedWithGroup.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.gitlab.kotlin.outputs

import kotlin.Int
import kotlin.String
import kotlin.Suppress

/**
 *
 * @property groupAccessLevel The group access level.
 * @property groupId The group ID.
 * @property groupName The group name.
 */
public data class GetProjectsProjectSharedWithGroup(
    public val groupAccessLevel: String,
    public val groupId: Int,
    public val groupName: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gitlab.outputs.GetProjectsProjectSharedWithGroup): GetProjectsProjectSharedWithGroup = GetProjectsProjectSharedWithGroup(
            groupAccessLevel = javaType.groupAccessLevel(),
            groupId = javaType.groupId(),
            groupName = javaType.groupName(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy