ProjectArgs class

The set of arguments for Project. The set of arguments for Project.

Constructors

ProjectArgs({Input<String?>? description, required Input<String> displayName, Input<String?>? region, required Input<String> spaceName})
Creates a new ProjectArgs. description The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose. displayName The friendly name of the project that will be displayed to users. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. spaceName The name of the space.
const
ProjectArgs.fromMap(Map<String, dynamic> map)
factory

Properties

description → Input<String?>?
The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.
final
displayName → Input<String>
The friendly name of the project that will be displayed to users.
final
hashCode int
The hash code for this object.
no setterinherited
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceName → Input<String>
The name of the space.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited