
src.dns.v1.getResponsePolicy.scala Maven / Gradle / Ivy
package besom.api.googlenative.dns.v1
def getResponsePolicy(using ctx: besom.types.Context)(
args: besom.api.googlenative.dns.v1.GetResponsePolicyArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.dns.v1.GetResponsePolicyResult] =
ctx.invoke[besom.api.googlenative.dns.v1.GetResponsePolicyArgs, besom.api.googlenative.dns.v1.GetResponsePolicyResult]("google-native:dns/v1:getResponsePolicy", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy