2021-06-24 16:17:55 +00:00
|
|
|
// *** 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.Collections.Generic;
|
|
|
|
using System.Collections.Immutable;
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
using Pulumi.Serialization;
|
|
|
|
|
2021-12-06 19:35:27 +00:00
|
|
|
namespace Pulumi.Xyz.Inputs
|
2021-06-24 16:17:55 +00:00
|
|
|
{
|
|
|
|
|
2022-07-27 09:24:21 +00:00
|
|
|
public sealed class FooArgs : global::Pulumi.ResourceArgs
|
2021-06-24 16:17:55 +00:00
|
|
|
{
|
|
|
|
[Input("a")]
|
2022-04-29 16:54:42 +00:00
|
|
|
public Input<bool>? A { get; set; }
|
2021-06-24 16:17:55 +00:00
|
|
|
|
2022-04-29 16:54:42 +00:00
|
|
|
public FooArgs()
|
2021-06-24 16:17:55 +00:00
|
|
|
{
|
|
|
|
}
|
2022-07-27 09:23:34 +00:00
|
|
|
public static new FooArgs Empty => new FooArgs();
|
2021-06-24 16:17:55 +00:00
|
|
|
}
|
|
|
|
}
|