Show / Hide Table of Contents

Class GetProjectResult

Inheritance
System.Object
GetProjectResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Projects
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetProjectResult

Fields

View Source

Filter

Declaration
public readonly string Filter
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Projects

A list of projects matching the provided filter. Structure is defined below.

Declaration
public readonly ImmutableArray<GetProjectProjectResult> Projects
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetProjectProjectResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.