Show / Hide Table of Contents

Class AccountTeamArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccountTeamArgs
Inherited Members
ResourceArgs.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 AccountTeamArgs : ResourceArgs

Constructors

View Source

AccountTeamArgs()

Declaration
public AccountTeamArgs()

Properties

View Source

AccountId

Account id

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

CreateTime

Time of creation

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

Name

Account team name

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UpdateTime

Time of last update

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