
src.dlp.v2.GetOrganizationsDeidentifyTemplateArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.dlp.v2
final case class GetOrganizationsDeidentifyTemplateArgs private(
deidentifyTemplateId: besom.types.Output[String],
location: besom.types.Output[String],
organizationId: besom.types.Output[String]
)
object GetOrganizationsDeidentifyTemplateArgs:
def apply(
deidentifyTemplateId: besom.types.Input[String],
location: besom.types.Input[String],
organizationId: besom.types.Input[String]
)(using besom.types.Context): GetOrganizationsDeidentifyTemplateArgs =
new GetOrganizationsDeidentifyTemplateArgs(
deidentifyTemplateId = deidentifyTemplateId.asOutput(isSecret = false),
location = location.asOutput(isSecret = false),
organizationId = organizationId.asOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetOrganizationsDeidentifyTemplateArgs] =
besom.internal.Encoder.derived[GetOrganizationsDeidentifyTemplateArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetOrganizationsDeidentifyTemplateArgs] =
besom.internal.ArgsEncoder.derived[GetOrganizationsDeidentifyTemplateArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy