# FlociGcpContainerResource Constructors

- Package: [CommunityToolkit.Aspire.Hosting.Floci](/reference/api/csharp/communitytoolkit.aspire.hosting.floci.md)
- Type: [FlociGcpContainerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.floci/flocigcpcontainerresource.md)
- Kind: `Constructors`
- Members: `1`

Resource for the Floci GCP emulator container.

<a id="constructor"></a>
<a id="constructor-string"></a>

## FlociGcpContainerResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Hosting.Floci/FlociGcpContainerResource.cs#L8-L18)

Resource for the Floci GCP emulator container.

```csharp
public class FlociGcpContainerResource
{
    public FlociGcpContainerResource(
        string name)
    {
        // ...
    }
}
```

## Parameters

- `name` (`string`)
  The name of the resource.
