pulumi/pkg/codegen/internal/test/testdata/regress-8403/dotnet/Outputs/GetCustomDbRolesResult.cs

22 lines
487 B
C#
Raw Normal View History

// *** 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;
namespace Pulumi.Mongodbatlas.Outputs
{
[OutputType]
public sealed class GetCustomDbRolesResult
{
[OutputConstructor]
private GetCustomDbRolesResult()
{
}
}
}