Class Projects
- Namespace
- Autodesk.ACC.AccountAdmin.Models
- Assembly
- Autodesk.ACC.AccountAdmin.dll
public class Projects : IParsable
- Inheritance
-
Projects
- Implements
-
IParsable
- Inherited Members
Constructors
Projects()
Instantiates a new Projects and sets the default values.
public Projects()
Properties
Icon
The url of the icon related to this service.
public string? Icon { get; set; }
Property Value
Key
The key of the product. Valid values are assets
, autoSpecs
, build
, capitalPlanning
, cost
, costManagement
, designCollaboration
, docs
, documentManagement
, field
, fieldManagement
, financials
, glue
, workshopxr
, insight
, modelCoordination
, plan
, projectAdministration
, projectHome
, projectManagement
, quantification
, takeoff
.
public Projects_key? Key { get; set; }
Property Value
Language
The language for the project. Only valid on the field
service.
public Projects_language? Language { get; set; }
Property Value
Name
The name for the product.
public string? Name { get; set; }
Property Value
Status
The status of the product in the project. Valid values are activating
, activationFailed
, active
, available
, deactivating
, deactivationFailed
and inactive
.
public Projects_status? Status { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static Projects CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNode
IParseNodeThe parse node to use to read the discriminator value and create the object
Returns
GetFieldDeserializers()
The deserialization information for the current model
public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
Returns
- IDictionary<string, Action<IParseNode>>
A IDictionary<string, Action<IParseNode>>
Serialize(ISerializationWriter)
Serializes information the current object
public virtual void Serialize(ISerializationWriter writer)
Parameters
writer
ISerializationWriterSerialization writer to use to serialize this model