|
// *** WARNING: this file was generated by test. ***
|
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
|
|
using System;
|
|
using System.ComponentModel;
|
|
using Pulumi;
|
|
|
|
namespace Pulumi.FooBar
|
|
{
|
|
public enum EnumThing
|
|
{
|
|
Four = 4,
|
|
Six = 6,
|
|
Eight = 8,
|
|
}
|
|
}
|