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