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