data class ResponsePolicyNetworkArgs(val kind: Output<String>? = null, val networkUrl: Output<String>? = null) : ConvertibleToJava<ResponsePolicyNetworkArgs>
The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}