Class AccountTeamArgs
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 AccountTeamArgs : ResourceArgs
Constructors
View SourceAccountTeamArgs()
Declaration
public AccountTeamArgs()
Properties
View SourceAccountId
Account id
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CreateTime
Time of creation
Declaration
public Input<string> CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Account team name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UpdateTime
Time of last update
Declaration
public Input<string> UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |