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

com.pulumi.azurenative.containerregistry.kotlin.outputs.PipelineSourceTriggerDescriptorResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.containerregistry.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property timestamp The timestamp when the source update happened.
 */
public data class PipelineSourceTriggerDescriptorResponse(
    public val timestamp: String? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.containerregistry.outputs.PipelineSourceTriggerDescriptorResponse): PipelineSourceTriggerDescriptorResponse = PipelineSourceTriggerDescriptorResponse(
            timestamp = javaType.timestamp().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy