Show / Hide Table of Contents

Class GetAccountTeamArgs

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

Constructors

View Source

GetAccountTeamArgs()

Declaration
public GetAccountTeamArgs()

Properties

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

Name

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

UpdateTime

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