Class GetAccountTeamArgs
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.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetAccountTeamArgs : InvokeArgs
Constructors
View SourceGetAccountTeamArgs()
Declaration
public GetAccountTeamArgs()
Properties
View SourceAccountId
Declaration
public string AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CreateTime
Declaration
public string CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TeamId
Declaration
public string TeamId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UpdateTime
Declaration
public string UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |