
src.recaptchaenterprise.v1.GetFirewallpolicyArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.recaptchaenterprise.v1
final case class GetFirewallpolicyArgs private(
firewallpolicyId: besom.types.Output[String],
project: besom.types.Output[scala.Option[String]]
)
object GetFirewallpolicyArgs:
def apply(
firewallpolicyId: besom.types.Input[String],
project: besom.types.Input.Optional[String] = scala.None
)(using besom.types.Context): GetFirewallpolicyArgs =
new GetFirewallpolicyArgs(
firewallpolicyId = firewallpolicyId.asOutput(isSecret = false),
project = project.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetFirewallpolicyArgs] =
besom.internal.Encoder.derived[GetFirewallpolicyArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetFirewallpolicyArgs] =
besom.internal.ArgsEncoder.derived[GetFirewallpolicyArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy