HttpRuleArgs

fun HttpRuleArgs(additionalBindings: Output<List<HttpRuleArgs>>? = null, body: Output<String>? = null, custom: Output<CustomHttpPatternArgs>? = null, delete: Output<String>? = null, get: Output<String>? = null, patch: Output<String>? = null, post: Output<String>? = null, put: Output<String>? = null, responseBody: Output<String>? = null, selector: Output<String>? = null)