Table of Contents

Class UsersMeResponse_workflow

Namespace
Autodesk.ACC.RFIs.Models
Assembly
Autodesk.ACC.RFIs.dll

The RFIs workflow data object for the user

public class UsersMeResponse_workflow : IParsable
Inheritance
UsersMeResponse_workflow
Implements
IParsable
Inherited Members

Properties

Roles

A list of workflow roles assigned to the user.projectSC corresponds to the creator workflow roleprojectGC corresponds to the manager workflow roleprojectCM corresponds to the reviewer 1 workflow role (only available in an EU workflow)projectArch corresponds to the reveiwer 1 workflow role in a US workflow, or to the reveiwer 2 workflow role in an EU workflowFor information about workflow roles, see the RFIs help documentation BIM 360<https://help.autodesk.com/view/BIM360D/ENU/?guid=GUID-EB858EFA-DFEB-47EF-B9B3-1CE75BBE48F3>_ ACC<https://help.autodesk.com/view/BUILD/ENU/?guid=RFI_Statuses>_.

public List<UsersMeResponse_workflow_roles?>? Roles { get; set; }

Property Value

List<UsersMeResponse_workflow_roles?>

Type

The type of RFI workflow for the project. Possible values: US, EU.US corresponds to the RFI workflow with one reviewer.EU corresponds to the RFI workflow with two reviewers.Note that currently you cannot use the RFIs API to select an RFI workflow. For information about selecting an RFI workflow for a project, see the RFIs help documentation BIM360<https://help.autodesk.com/view/BIM360D/ENU/?guid=GUID-787338BF-1189-4170-8629-7FA240F4BED4>_ ACC<https://help.autodesk.com/view/BUILD/ENU/?guid=RFI_Workflow_Setup>_.

public UsersMeResponse_workflow_type? Type { get; set; }

Property Value

UsersMeResponse_workflow_type?

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static UsersMeResponse_workflow CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

The parse node to use to read the discriminator value and create the object

Returns

UsersMeResponse_workflow

A UsersMeResponse_workflow

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 ISerializationWriter

Serialization writer to use to serialize this model