Class GetAccountTeamMemberArgs
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 GetAccountTeamMemberArgs : InvokeArgs
Constructors
View SourceGetAccountTeamMemberArgs()
Declaration
public GetAccountTeamMemberArgs()
Properties
View SourceAccepted
Declaration
public bool? Accepted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
AccountId
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 |
InvitedByUserEmail
Declaration
public string InvitedByUserEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TeamId
Declaration
public string TeamId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserEmail
Declaration
public string UserEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |