Show / Hide Table of Contents

Class GetAccountTeamMemberArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAccountTeamMemberArgs
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 GetAccountTeamMemberArgs : InvokeArgs

Constructors

View Source

GetAccountTeamMemberArgs()

Declaration
public GetAccountTeamMemberArgs()

Properties

View Source

Accepted

Declaration
public bool? Accepted { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

AccountId

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

CreateTime

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

InvitedByUserEmail

Declaration
public string InvitedByUserEmail { 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

UserEmail

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