Show / Hide Table of Contents

Class GetAccountTeamProjectArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAccountTeamProjectArgs
Inherited Members
InvokeArgs.Empty
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.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetAccountTeamProjectArgs : InvokeArgs

Constructors

View Source

GetAccountTeamProjectArgs()

Declaration
public GetAccountTeamProjectArgs()

Properties

View Source

AccountId

Declaration
public string AccountId { get; set; }
Property Value
Type Description
System.String
View Source

ProjectName

Declaration
public string ProjectName { get; set; }
Property Value
Type Description
System.String
View Source

TeamId

Declaration
public string TeamId { get; set; }
Property Value
Type Description
System.String
View Source

TeamType

Declaration
public string TeamType { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.